fatal

fun fatal(message: String)

Log a fatal message. This logs the message as an error and then sets failure.

Does not exit the process, for that use fail.

fun fatal(exception: Throwable)

Log exception as a fatal message. This logs the message as an error and then sets failure.

Does not exit the process, for that use fail.